Skip to content

ScheduledItem.InvokeCore() method

Defined in

Type: ScheduledItem Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

protected abstract IDisposable InvokeCore()

Summary: Implement this method to perform the work item invocation, returning a disposable object for deep cancellation.

Returns: IDisposable -- Disposable object used to cancel the work item and/or derived work items.